access token 예문
- Generate your access token from the "Applications" tab of your settings page.
설정 페이지의 "Applications" 탭에서 엑세스 토큰을 생성. - Get a new access token .
저장된 액세스 토큰도 삭제해야 합니다. - When the user grants access, it's recorded through a 3-legged OAuth access token.
사용자가 액세스를 허용하면 3-legged OAuth 액세스 토큰을 통해 기록됩니다. - The access token is thus returned, when the user-agent is redirected to the Client.
액세스 토큰이 생성될 때 인증 정보를 반드시 저장해야 한다. - If your app has no available access token, Graph API returns only publicly available information.
앱에 사용 가능한 액세스 토큰이 없는 경우 그래프 API는 공개적으로 사용 가능한 정보만 반환합니다. - You can use basic authentication with just your username and password, but generally it's a better idea to use a personal access token.
사용자이름과 암호가 필요한 Basic 인증도 가능하지만, 개인 엑세스 토큰을 사용하는 게 낫다.